Above, we watched the Bird evolve in real time. A realtime view is useful for getting a direct, visceral sense of a system's behavior.
However real time is also quite limiting. For example a video editor has to go through each frame per second to get the best out of a video and edit them continously. Most of our systems are going through stuffs step by step. It's absurd but it's the truth !!
Mouse over the slider at the right to control time explicitly. We can easily simulate realtime playback simply by moving the mouse over the slider at a steady rate.
One should never be bound to time to get to know of how thinks work. We will start over with the parameters to control our bird from now on.
Lift Constant = 10 (Upwards)
Gravity constant = 5 (Downwards)
X - Direction Velocity = 2 (Rightwards)